CloudTableQuery.BeginExecuteSegmented Method

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Overload List

NameDescription
CloudTableQuery.BeginExecuteSegmented (ResultContinuation, AsyncCallback, Object)Begins an asynchronous operation to execute a query with a continuation token from the previous listing operation, and returns the results as a result segment.
CloudTableQuery.BeginExecuteSegmented (AsyncCallback, Object)Begins an asynchronous operation to execute a query and return the results as a result segment.

See Also